Html Css Color HEX #BDC03A Celery

📋 copy color: '#BDC03A'

red 189 ◦ green 192 ◦ blue 58

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

Shades of Celery #BDC03A

Tints of Celery #BDC03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 43.05%
G = 43.74%
B = 13.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BDC03A (or 0xBDC03A) is known color: Celery. HEX triplet: BD, C0 and 3A. RGB value is (189,192,58). Sum of RGB (Red+Green+Blue) = 189+192+58=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC03A is #423FC5. Grayscale: #B0B0B0. Windows color (decimal): -4341702 or 3850429. OLE color: 3850429.

HSL color Cylindrical-coordinate representation of color #BDC03A: hue angle of 61.34º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDC03A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 58 -
CMYK 0.02 0 0.70 0.25
HSL 61.34º 0.54% 0.49% -
HSV(B) 61.34º 0.7% 0.75% -
XYZ 40.6 48.82 11.29 -
YUV 175.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 189 192 58 0.02 0 0.70 0.25 61.34 0.54 0.49
Hex BD C0 3A 2 0 46 19 3D 36 31
Octal 275 300 72 2 0 106 31 75 66 61
Binary 10111101 11000000 111010 10 0 1000110 11001 111101 110110 110001

Color Harmonies of #BDC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC03A

Black with #BDC03A

Text Example


Text Example

White with #BDC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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