Html Css Color HEX #BFCB48 Celery

📋 copy color: '#BFCB48'

red 191 ◦ green 203 ◦ blue 72

#BFCB48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BFCB48

Tints of Celery #BFCB48

RGB

 RED value IS 191 (75% from 255) = 40.99%

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 40.99%
G = 43.56%
B = 15.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFCB48 (or 0xBFCB48) is known color: Celery. HEX triplet: BF, CB and 48. RGB value is (191,203,72). Sum of RGB (Red+Green+Blue) = 191+203+72=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB48 is #4034B7. Grayscale: #B8B8B8. Windows color (decimal): -4207800 or 4770751. OLE color: 4770751.

HSL color Cylindrical-coordinate representation of color #BFCB48: hue angle of 65.5º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFCB48 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 72 -
CMYK 0.06 0 0.65 0.20
HSL 65.5º 0.56% 0.54% -
HSV(B) 65.5º 0.65% 0.8% -
XYZ 44.01 54.26 14.28 -
YUV 184.48 64.52 132.65 -
System Red Green Blue C M Y K H S L
Decimal 191 203 72 0.06 0 0.65 0.20 65.5 0.56 0.54
Hex BF CB 48 6 0 41 14 41 38 36
Octal 277 313 110 6 0 101 24 101 70 66
Binary 10111111 11001011 1001000 110 0 1000001 10100 1000001 111000 110110

Color Harmonies of #BFCB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB48

Black with #BFCB48

Text Example


Text Example

White with #BFCB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB48; }

 p { color: rgb(191,203,72); }

 H1.HeaderClassName
 {
   color: #BFCB48;
 }
 .AnyTagClassName
 {
   color: #BFCB48;
 }
</style>

background-color css

<style>
 a { background-color: #BFCB48; }

 a { background-color: rgb(191,203,72); }

 div.DivClassName
 {
   background-color: #BFCB48;
 }
 .BgClassName
 {
   background-color: #BFCB48;
 }
</style>

border-color css

<style>
 span { border-color: #BFCB48; }

 span { border-color: rgb(191,203,72); }

 td.TdClassName
 {
   border-color: #BFCB48;
 }
 .TagClassName
 {
   border-color: #BFCB48;
 }
</style>