Html Css Color HEX #BDC01B Rio Grande

📋 copy color: '#BDC01B'

red 189 ◦ green 192 ◦ blue 27

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

Shades of Rio Grande #BDC01B

Tints of Rio Grande #BDC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.62%

R = 46.32%
G = 47.06%
B = 6.62%

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

#BDC01B (or 0xBDC01B) is known color: Rio Grande. HEX triplet: BD, C0 and 1B. RGB value is (189,192,27). Sum of RGB (Red+Green+Blue) = 189+192+27=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC01B is #423FE4. Grayscale: #ACACAC. Windows color (decimal): -4341733 or 1818813. OLE color: 1818813.

HSL color Cylindrical-coordinate representation of color #BDC01B: hue angle of 61.09º degrees, saturation: 0.75, 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 #BDC01B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 27 -
CMYK 0.02 0 0.86 0.25
HSL 61.09º 0.75% 0.43% -
HSV(B) 61.09º 0.86% 0.75% -
XYZ 40.03 48.6 8.31 -
YUV 172.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 189 192 27 0.02 0 0.86 0.25 61.09 0.75 0.43
Hex BD C0 1B 2 0 56 19 3D 4B 2B
Octal 275 300 33 2 0 126 31 75 113 53
Binary 10111101 11000000 11011 10 0 1010110 11001 111101 1001011 101011

Color Harmonies of #BDC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC01B

Black with #BDC01B

Text Example


Text Example

White with #BDC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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