Html Css Color HEX #BFC44B Celery

📋 copy color: '#BFC44B'

red 191 ◦ green 196 ◦ blue 75

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

Shades of Celery #BFC44B

Tints of Celery #BFC44B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

 BLUE value IS 75 (29.69% from 255) = 16.23%

R = 41.34%
G = 42.42%
B = 16.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BFC44B (or 0xBFC44B) is known color: Celery. HEX triplet: BF, C4 and 4B. RGB value is (191,196,75). Sum of RGB (Red+Green+Blue) = 191+196+75=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC44B is #403BB4. Grayscale: #B5B5B5. Windows color (decimal): -4209589 or 4965567. OLE color: 4965567.

HSL color Cylindrical-coordinate representation of color #BFC44B: hue angle of 62.48º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC44B is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 75 -
CMYK 0.03 0 0.62 0.23
HSL 62.48º 0.51% 0.53% -
HSV(B) 62.48º 0.62% 0.77% -
XYZ 42.5 51.06 14.27 -
YUV 180.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 191 196 75 0.03 0 0.62 0.23 62.48 0.51 0.53
Hex BF C4 4B 3 0 3E 17 3E 33 35
Octal 277 304 113 3 0 76 27 76 63 65
Binary 10111111 11000100 1001011 11 0 111110 10111 111110 110011 110101

Color Harmonies of #BFC44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC44B

Black with #BFC44B

Text Example


Text Example

White with #BFC44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC44B; }

 p { color: rgb(191,196,75); }

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

background-color css

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

 a { background-color: rgb(191,196,75); }

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

border-color css

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

 span { border-color: rgb(191,196,75); }

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