Html Css Color HEX #BDC01A Rio Grande

📋 copy color: '#BDC01A'

red 189 ◦ green 192 ◦ blue 26

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

Shades of Rio Grande #BDC01A

Tints of Rio Grande #BDC01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 46.44%
G = 47.17%
B = 6.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BDC01A (or 0xBDC01A) is known color: Rio Grande. HEX triplet: BD, C0 and 1A. RGB value is (189,192,26). Sum of RGB (Red+Green+Blue) = 189+192+26=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC01A is #423FE5. Grayscale: #ACACAC. Windows color (decimal): -4341734 or 1753277. OLE color: 1753277.

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

Color convert

RGB 189 192 26 -
CMYK 0.02 0 0.86 0.25
HSL 61.08º 0.76% 0.43% -
HSV(B) 61.08º 0.86% 0.75% -
XYZ 40.02 48.59 8.25 -
YUV 172.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 189 192 26 0.02 0 0.86 0.25 61.08 0.76 0.43
Hex BD C0 1A 2 0 56 19 3D 4C 2B
Octal 275 300 32 2 0 126 31 75 114 53
Binary 10111101 11000000 11010 10 0 1010110 11001 111101 1001100 101011

Color Harmonies of #BDC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC01A

Black with #BDC01A

Text Example


Text Example

White with #BDC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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