Html Css Color HEX #BFCB4D Celery

📋 copy color: '#BFCB4D'

red 191 ◦ green 203 ◦ blue 77

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

Shades of Celery #BFCB4D

Tints of Celery #BFCB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 40.55%
G = 43.1%
B = 16.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#BFCB4D (or 0xBFCB4D) is known color: Celery. HEX triplet: BF, CB and 4D. RGB value is (191,203,77). Sum of RGB (Red+Green+Blue) = 191+203+77=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB4D is #4034B2. Grayscale: #B9B9B9. Windows color (decimal): -4207795 or 5098431. OLE color: 5098431.

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

Color convert

RGB 191 203 77 -
CMYK 0.06 0 0.62 0.20
HSL 65.71º 0.55% 0.55% -
HSV(B) 65.71º 0.62% 0.8% -
XYZ 44.18 54.32 15.18 -
YUV 185.05 67.02 132.25 -
System Red Green Blue C M Y K H S L
Decimal 191 203 77 0.06 0 0.62 0.20 65.71 0.55 0.55
Hex BF CB 4D 6 0 3E 14 42 37 37
Octal 277 313 115 6 0 76 24 102 67 67
Binary 10111111 11001011 1001101 110 0 111110 10100 1000010 110111 110111

Color Harmonies of #BFCB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB4D

Black with #BFCB4D

Text Example


Text Example

White with #BFCB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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