Html Css Color HEX #BDBF3C Celery

📋 copy color: '#BDBF3C'

red 189 ◦ green 191 ◦ blue 60

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

Shades of Celery #BDBF3C

Tints of Celery #BDBF3C

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BDBF3C: hue angle of 60.92º 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 #BDBF3C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 60 -
CMYK 0.01 0 0.69 0.25
HSL 60.92º 0.52% 0.49% -
HSV(B) 60.92º 0.69% 0.75% -
XYZ 40.43 48.41 11.49 -
YUV 175.47 62.84 137.65 -
System Red Green Blue C M Y K H S L
Decimal 189 191 60 0.01 0 0.69 0.25 60.92 0.52 0.49
Hex BD BF 3C 1 0 45 19 3D 34 31
Octal 275 277 74 1 0 105 31 75 64 61
Binary 10111101 10111111 111100 1 0 1000101 11001 111101 110100 110001

Color Harmonies of #BDBF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF3C

Black with #BDBF3C

Text Example


Text Example

White with #BDBF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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