Html Css Color HEX #BDC61D Rio Grande

📋 copy color: '#BDC61D'

red 189 ◦ green 198 ◦ blue 29

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

Shades of Rio Grande #BDC61D

Tints of Rio Grande #BDC61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.6%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 45.43%
G = 47.6%
B = 6.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#BDC61D (or 0xBDC61D) is known color: Rio Grande. HEX triplet: BD, C6 and 1D. RGB value is (189,198,29). Sum of RGB (Red+Green+Blue) = 189+198+29=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC61D is #4239E2. Grayscale: #B0B0B0. Windows color (decimal): -4340195 or 1951421. OLE color: 1951421.

HSL color Cylindrical-coordinate representation of color #BDC61D: hue angle of 63.2º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC61D is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 29 -
CMYK 0.05 0 0.85 0.22
HSL 63.2º 0.74% 0.45% -
HSV(B) 63.2º 0.85% 0.78% -
XYZ 41.4 51.3 8.88 -
YUV 176.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 189 198 29 0.05 0 0.85 0.22 63.2 0.74 0.45
Hex BD C6 1D 5 0 55 16 3F 4A 2D
Octal 275 306 35 5 0 125 26 77 112 55
Binary 10111101 11000110 11101 101 0 1010101 10110 111111 1001010 101101

Color Harmonies of #BDC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC61D

Black with #BDC61D

Text Example


Text Example

White with #BDC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC61D; }

 p { color: rgb(189,198,29); }

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

background-color css

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

 a { background-color: rgb(189,198,29); }

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

border-color css

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

 span { border-color: rgb(189,198,29); }

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