Html Css Color HEX #BDC52B Rio Grande

📋 copy color: '#BDC52B'

red 189 ◦ green 197 ◦ blue 43

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

Shades of Rio Grande #BDC52B

Tints of Rio Grande #BDC52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.92%

 BLUE value IS 43 (17.19% from 255) = 10.02%

R = 44.06%
G = 45.92%
B = 10.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BDC52B (or 0xBDC52B) is known color: Rio Grande. HEX triplet: BD, C5 and 2B. RGB value is (189,197,43). Sum of RGB (Red+Green+Blue) = 189+197+43=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC52B is #423AD4. Grayscale: #B1B1B1. Windows color (decimal): -4340437 or 2868669. OLE color: 2868669.

HSL color Cylindrical-coordinate representation of color #BDC52B: hue angle of 63.12º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDC52B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 43 -
CMYK 0.04 0 0.78 0.23
HSL 63.12º 0.64% 0.47% -
HSV(B) 63.12º 0.78% 0.77% -
XYZ 41.39 50.93 9.93 -
YUV 177.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 189 197 43 0.04 0 0.78 0.23 63.12 0.64 0.47
Hex BD C5 2B 4 0 4E 17 3F 40 2F
Octal 275 305 53 4 0 116 27 77 100 57
Binary 10111101 11000101 101011 100 0 1001110 10111 111111 1000000 101111

Color Harmonies of #BDC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC52B

Black with #BDC52B

Text Example


Text Example

White with #BDC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC52B; }

 p { color: rgb(189,197,43); }

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

background-color css

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

 a { background-color: rgb(189,197,43); }

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

border-color css

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

 span { border-color: rgb(189,197,43); }

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