Html Css Color HEX #BDC423 Rio Grande

📋 copy color: '#BDC423'

red 189 ◦ green 196 ◦ blue 35

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

Shades of Rio Grande #BDC423

Tints of Rio Grande #BDC423

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

 BLUE value IS 35 (14.06% from 255) = 8.33%

R = 45%
G = 46.67%
B = 8.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#BDC423 (or 0xBDC423) is known color: Rio Grande. HEX triplet: BD, C4 and 23. RGB value is (189,196,35). Sum of RGB (Red+Green+Blue) = 189+196+35=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC423 is #423BDC. Grayscale: #B0B0B0. Windows color (decimal): -4340701 or 2344125. OLE color: 2344125.

HSL color Cylindrical-coordinate representation of color #BDC423: hue angle of 62.61º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC423 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 35 -
CMYK 0.04 0 0.82 0.23
HSL 62.61º 0.7% 0.45% -
HSV(B) 62.61º 0.82% 0.77% -
XYZ 41.03 50.42 9.16 -
YUV 175.55 48.68 137.59 -
System Red Green Blue C M Y K H S L
Decimal 189 196 35 0.04 0 0.82 0.23 62.61 0.7 0.45
Hex BD C4 23 4 0 52 17 3F 46 2D
Octal 275 304 43 4 0 122 27 77 106 55
Binary 10111101 11000100 100011 100 0 1010010 10111 111111 1000110 101101

Color Harmonies of #BDC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC423

Black with #BDC423

Text Example


Text Example

White with #BDC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC423; }

 p { color: rgb(189,196,35); }

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

background-color css

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

 a { background-color: rgb(189,196,35); }

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

border-color css

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

 span { border-color: rgb(189,196,35); }

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