Html Css Color HEX #BFCB4F Celery

📋 copy color: '#BFCB4F'

red 191 ◦ green 203 ◦ blue 79

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

Shades of Celery #BFCB4F

Tints of Celery #BFCB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.7%

R = 40.38%
G = 42.92%
B = 16.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#BFCB4F (or 0xBFCB4F) is known color: Celery. HEX triplet: BF, CB and 4F. RGB value is (191,203,79). Sum of RGB (Red+Green+Blue) = 191+203+79=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB4F is #4034B0. Grayscale: #B9B9B9. Windows color (decimal): -4207793 or 5229503. OLE color: 5229503.

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

Color convert

RGB 191 203 79 -
CMYK 0.06 0 0.61 0.20
HSL 65.81º 0.54% 0.55% -
HSV(B) 65.81º 0.61% 0.8% -
XYZ 44.25 54.35 15.56 -
YUV 185.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 191 203 79 0.06 0 0.61 0.20 65.81 0.54 0.55
Hex BF CB 4F 6 0 3D 14 42 36 37
Octal 277 313 117 6 0 75 24 102 66 67
Binary 10111111 11001011 1001111 110 0 111101 10100 1000010 110110 110111

Color Harmonies of #BFCB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB4F

Black with #BFCB4F

Text Example


Text Example

White with #BFCB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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