Html Css Color HEX #BDCA3F Celery

📋 copy color: '#BDCA3F'

red 189 ◦ green 202 ◦ blue 63

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

Shades of Celery #BDCA3F

Tints of Celery #BDCA3F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 41.63%
G = 44.49%
B = 13.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#BDCA3F (or 0xBDCA3F) is known color: Celery. HEX triplet: BD, CA and 3F. RGB value is (189,202,63). Sum of RGB (Red+Green+Blue) = 189+202+63=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA3F is #4235C0. Grayscale: #B6B6B6. Windows color (decimal): -4339137 or 4180669. OLE color: 4180669.

HSL color Cylindrical-coordinate representation of color #BDCA3F: hue angle of 65.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDCA3F is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 63 -
CMYK 0.06 0 0.69 0.21
HSL 65.61º 0.57% 0.52% -
HSV(B) 65.61º 0.69% 0.79% -
XYZ 43 53.42 12.75 -
YUV 182.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 189 202 63 0.06 0 0.69 0.21 65.61 0.57 0.52
Hex BD CA 3F 6 0 45 15 42 39 34
Octal 275 312 77 6 0 105 25 102 71 64
Binary 10111101 11001010 111111 110 0 1000101 10101 1000010 111001 110100

Color Harmonies of #BDCA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA3F

Black with #BDCA3F

Text Example


Text Example

White with #BDCA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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