Html Css Color HEX #BDC12C Rio Grande

📋 copy color: '#BDC12C'

red 189 ◦ green 193 ◦ blue 44

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

Shades of Rio Grande #BDC12C

Tints of Rio Grande #BDC12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 44.37%
G = 45.31%
B = 10.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#BDC12C (or 0xBDC12C) is known color: Rio Grande. HEX triplet: BD, C1 and 2C. RGB value is (189,193,44). Sum of RGB (Red+Green+Blue) = 189+193+44=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC12C is #423ED3. Grayscale: #AFAFAF. Windows color (decimal): -4341460 or 2933181. OLE color: 2933181.

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

Color convert

RGB 189 193 44 -
CMYK 0.02 0 0.77 0.24
HSL 61.61º 0.63% 0.46% -
HSV(B) 61.61º 0.77% 0.76% -
XYZ 40.51 49.14 9.73 -
YUV 174.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 189 193 44 0.02 0 0.77 0.24 61.61 0.63 0.46
Hex BD C1 2C 2 0 4D 18 3E 3F 2E
Octal 275 301 54 2 0 115 30 76 77 56
Binary 10111101 11000001 101100 10 0 1001101 11000 111110 111111 101110

Color Harmonies of #BDC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC12C

Black with #BDC12C

Text Example


Text Example

White with #BDC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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