Html Css Color HEX #BFCF4B Celery

📋 copy color: '#BFCF4B'

red 191 ◦ green 207 ◦ blue 75

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

Shades of Celery #BFCF4B

Tints of Celery #BFCF4B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.76%

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

R = 40.38%
G = 43.76%
B = 15.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#BFCF4B (or 0xBFCF4B) is known color: Celery. HEX triplet: BF, CF and 4B. RGB value is (191,207,75). Sum of RGB (Red+Green+Blue) = 191+207+75=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF4B is #4030B4. Grayscale: #BBBBBB. Windows color (decimal): -4206773 or 4968383. OLE color: 4968383.

HSL color Cylindrical-coordinate representation of color #BFCF4B: hue angle of 67.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFCF4B is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 75 -
CMYK 0.08 0 0.64 0.19
HSL 67.27º 0.58% 0.55% -
HSV(B) 67.27º 0.64% 0.81% -
XYZ 45.07 56.21 15.13 -
YUV 187.17 64.7 130.73 -
System Red Green Blue C M Y K H S L
Decimal 191 207 75 0.08 0 0.64 0.19 67.27 0.58 0.55
Hex BF CF 4B 8 0 40 13 43 3A 37
Octal 277 317 113 10 0 100 23 103 72 67
Binary 10111111 11001111 1001011 1000 0 1000000 10011 1000011 111010 110111

Color Harmonies of #BFCF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF4B

Black with #BFCF4B

Text Example


Text Example

White with #BFCF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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