Html Css Color HEX #BDC62A Rio Grande

📋 copy color: '#BDC62A'

red 189 ◦ green 198 ◦ blue 42

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

Shades of Rio Grande #BDC62A

Tints of Rio Grande #BDC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.15%

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

R = 44.06%
G = 46.15%
B = 9.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#BDC62A (or 0xBDC62A) is known color: Rio Grande. HEX triplet: BD, C6 and 2A. RGB value is (189,198,42). Sum of RGB (Red+Green+Blue) = 189+198+42=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC62A is #4239D5. Grayscale: #B2B2B2. Windows color (decimal): -4340182 or 2803389. OLE color: 2803389.

HSL color Cylindrical-coordinate representation of color #BDC62A: hue angle of 63.46º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDC62A is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 42 -
CMYK 0.05 0 0.79 0.22
HSL 63.46º 0.65% 0.47% -
HSV(B) 63.46º 0.79% 0.78% -
XYZ 41.6 51.37 9.91 -
YUV 177.53 51.52 136.18 -
System Red Green Blue C M Y K H S L
Decimal 189 198 42 0.05 0 0.79 0.22 63.46 0.65 0.47
Hex BD C6 2A 5 0 4F 16 3F 41 2F
Octal 275 306 52 5 0 117 26 77 101 57
Binary 10111101 11000110 101010 101 0 1001111 10110 111111 1000001 101111

Color Harmonies of #BDC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC62A

Black with #BDC62A

Text Example


Text Example

White with #BDC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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