Html Css Color HEX #BDC02A Rio Grande

📋 copy color: '#BDC02A'

red 189 ◦ green 192 ◦ blue 42

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

Shades of Rio Grande #BDC02A

Tints of Rio Grande #BDC02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 44.68%
G = 45.39%
B = 9.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BDC02A (or 0xBDC02A) is known color: Rio Grande. HEX triplet: BD, C0 and 2A. RGB value is (189,192,42). Sum of RGB (Red+Green+Blue) = 189+192+42=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC02A is #423FD5. Grayscale: #AEAEAE. Windows color (decimal): -4341718 or 2801853. OLE color: 2801853.

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

Color convert

RGB 189 192 42 -
CMYK 0.02 0 0.78 0.25
HSL 61.2º 0.64% 0.46% -
HSV(B) 61.2º 0.78% 0.75% -
XYZ 40.25 48.69 9.47 -
YUV 174 53.51 138.7 -
System Red Green Blue C M Y K H S L
Decimal 189 192 42 0.02 0 0.78 0.25 61.2 0.64 0.46
Hex BD C0 2A 2 0 4E 19 3D 40 2E
Octal 275 300 52 2 0 116 31 75 100 56
Binary 10111101 11000000 101010 10 0 1001110 11001 111101 1000000 101110

Color Harmonies of #BDC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC02A

Black with #BDC02A

Text Example


Text Example

White with #BDC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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