Html Css Color HEX #BDC12B Rio Grande

📋 copy color: '#BDC12B'

red 189 ◦ green 193 ◦ blue 43

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

Shades of Rio Grande #BDC12B

Tints of Rio Grande #BDC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.41%

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

R = 44.47%
G = 45.41%
B = 10.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BDC12B (or 0xBDC12B) is known color: Rio Grande. HEX triplet: BD, C1 and 2B. RGB value is (189,193,43). Sum of RGB (Red+Green+Blue) = 189+193+43=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC12B is #423ED4. Grayscale: #AFAFAF. Windows color (decimal): -4341461 or 2867645. OLE color: 2867645.

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

Color convert

RGB 189 193 43 -
CMYK 0.02 0 0.78 0.24
HSL 61.6º 0.64% 0.46% -
HSV(B) 61.6º 0.78% 0.76% -
XYZ 40.49 49.13 9.63 -
YUV 174.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 189 193 43 0.02 0 0.78 0.24 61.6 0.64 0.46
Hex BD C1 2B 2 0 4E 18 3E 40 2E
Octal 275 301 53 2 0 116 30 76 100 56
Binary 10111101 11000001 101011 10 0 1001110 11000 111110 1000000 101110

Color Harmonies of #BDC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC12B

Black with #BDC12B

Text Example


Text Example

White with #BDC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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