Html Css Color HEX #BFCB44 Celery

📋 copy color: '#BFCB44'

red 191 ◦ green 203 ◦ blue 68

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

Shades of Celery #BFCB44

Tints of Celery #BFCB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.72%

R = 41.34%
G = 43.94%
B = 14.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#BFCB44 (or 0xBFCB44) is known color: Celery. HEX triplet: BF, CB and 44. RGB value is (191,203,68). Sum of RGB (Red+Green+Blue) = 191+203+68=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB44 is #4034BB. Grayscale: #B8B8B8. Windows color (decimal): -4207804 or 4508607. OLE color: 4508607.

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

Color convert

RGB 191 203 68 -
CMYK 0.06 0 0.67 0.20
HSL 65.33º 0.56% 0.53% -
HSV(B) 65.33º 0.67% 0.8% -
XYZ 43.89 54.21 13.62 -
YUV 184.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 191 203 68 0.06 0 0.67 0.20 65.33 0.56 0.53
Hex BF CB 44 6 0 43 14 41 38 35
Octal 277 313 104 6 0 103 24 101 70 65
Binary 10111111 11001011 1000100 110 0 1000011 10100 1000001 111000 110101

Color Harmonies of #BFCB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB44

Black with #BFCB44

Text Example


Text Example

White with #BFCB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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