Html Css Color HEX #BDBC3F Celery

📋 copy color: '#BDBC3F'

red 189 ◦ green 188 ◦ blue 63

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

Shades of Celery #BDBC3F

Tints of Celery #BDBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 63 (25% from 255) = 14.32%

R = 42.95%
G = 42.73%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDBC3F (or 0xBDBC3F) is known color: Celery. HEX triplet: BD, BC and 3F. RGB value is (189,188,63). Sum of RGB (Red+Green+Blue) = 189+188+63=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC3F is #4243C0. Grayscale: #AEAEAE. Windows color (decimal): -4342721 or 4177085. OLE color: 4177085.

HSL color Cylindrical-coordinate representation of color #BDBC3F: hue angle of 59.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDBC3F is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 188 63 -
CMYK 0 0.01 0.67 0.26
HSL 59.52º 0.5% 0.49% -
HSV(B) 59.52º 0.67% 0.74% -
XYZ 39.87 47.14 11.7 -
YUV 174.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 189 188 63 0 0.01 0.67 0.26 59.52 0.5 0.49
Hex BD BC 3F 0 1 43 1A 3C 32 31
Octal 275 274 77 0 1 103 32 74 62 61
Binary 10111101 10111100 111111 0 1 1000011 11010 111100 110010 110001

Color Harmonies of #BDBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC3F

Black with #BDBC3F

Text Example


Text Example

White with #BDBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC3F; }

 p { color: rgb(189,188,63); }

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

background-color css

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

 a { background-color: rgb(189,188,63); }

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

border-color css

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

 span { border-color: rgb(189,188,63); }

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