Html Css Color HEX #BDC23A Celery

📋 copy color: '#BDC23A'

red 189 ◦ green 194 ◦ blue 58

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

Shades of Celery #BDC23A

Tints of Celery #BDC23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

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

R = 42.86%
G = 43.99%
B = 13.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#BDC23A (or 0xBDC23A) is known color: Celery. HEX triplet: BD, C2 and 3A. RGB value is (189,194,58). Sum of RGB (Red+Green+Blue) = 189+194+58=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC23A is #423DC5. Grayscale: #B1B1B1. Windows color (decimal): -4341190 or 3850941. OLE color: 3850941.

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

Color convert

RGB 189 194 58 -
CMYK 0.03 0 0.70 0.24
HSL 62.21º 0.54% 0.49% -
HSV(B) 62.21º 0.7% 0.76% -
XYZ 41.04 49.71 11.43 -
YUV 177 60.84 136.56 -
System Red Green Blue C M Y K H S L
Decimal 189 194 58 0.03 0 0.70 0.24 62.21 0.54 0.49
Hex BD C2 3A 3 0 46 18 3E 36 31
Octal 275 302 72 3 0 106 30 76 66 61
Binary 10111101 11000010 111010 11 0 1000110 11000 111110 110110 110001

Color Harmonies of #BDC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC23A

Black with #BDC23A

Text Example


Text Example

White with #BDC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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