Html Css Color HEX #BDC03E Celery

📋 copy color: '#BDC03E'

red 189 ◦ green 192 ◦ blue 62

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

Shades of Celery #BDC03E

Tints of Celery #BDC03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

 BLUE value IS 62 (24.61% from 255) = 14%

R = 42.66%
G = 43.34%
B = 14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BDC03E (or 0xBDC03E) is known color: Celery. HEX triplet: BD, C0 and 3E. RGB value is (189,192,62). Sum of RGB (Red+Green+Blue) = 189+192+62=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC03E is #423FC1. Grayscale: #B0B0B0. Windows color (decimal): -4341698 or 4112573. OLE color: 4112573.

HSL color Cylindrical-coordinate representation of color #BDC03E: hue angle of 61.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDC03E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 62 -
CMYK 0.02 0 0.68 0.25
HSL 61.38º 0.51% 0.5% -
HSV(B) 61.38º 0.68% 0.75% -
XYZ 40.71 48.87 11.84 -
YUV 176.28 63.51 137.07 -
System Red Green Blue C M Y K H S L
Decimal 189 192 62 0.02 0 0.68 0.25 61.38 0.51 0.5
Hex BD C0 3E 2 0 44 19 3D 33 32
Octal 275 300 76 2 0 104 31 75 63 62
Binary 10111101 11000000 111110 10 0 1000100 11001 111101 110011 110010

Color Harmonies of #BDC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC03E

Black with #BDC03E

Text Example


Text Example

White with #BDC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC03E; }

 p { color: rgb(189,192,62); }

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

background-color css

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

 a { background-color: rgb(189,192,62); }

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

border-color css

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

 span { border-color: rgb(189,192,62); }

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