Html Css Color HEX #BFBD3C Celery

📋 copy color: '#BFBD3C'

red 191 ◦ green 189 ◦ blue 60

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

Shades of Celery #BFBD3C

Tints of Celery #BFBD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 60 (23.83% from 255) = 13.64%

R = 43.41%
G = 42.95%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BFBD3C (or 0xBFBD3C) is known color: Celery. HEX triplet: BF, BD and 3C. RGB value is (191,189,60). Sum of RGB (Red+Green+Blue) = 191+189+60=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD3C is #4042C3. Grayscale: #AFAFAF. Windows color (decimal): -4211396 or 3980735. OLE color: 3980735.

HSL color Cylindrical-coordinate representation of color #BFBD3C: hue angle of 59.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFBD3C is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 60 -
CMYK 0 0.01 0.69 0.25
HSL 59.08º 0.52% 0.49% -
HSV(B) 59.08º 0.69% 0.75% -
XYZ 40.5 47.8 11.37 -
YUV 174.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 191 189 60 0 0.01 0.69 0.25 59.08 0.52 0.49
Hex BF BD 3C 0 1 45 19 3B 34 31
Octal 277 275 74 0 1 105 31 73 64 61
Binary 10111111 10111101 111100 0 1 1000101 11001 111011 110100 110001

Color Harmonies of #BFBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD3C

Black with #BFBD3C

Text Example


Text Example

White with #BFBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD3C; }

 p { color: rgb(191,189,60); }

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

background-color css

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

 a { background-color: rgb(191,189,60); }

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

border-color css

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

 span { border-color: rgb(191,189,60); }

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