Html Css Color HEX #BDC023 Rio Grande

📋 copy color: '#BDC023'

red 189 ◦ green 192 ◦ blue 35

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

Shades of Rio Grande #BDC023

Tints of Rio Grande #BDC023

RGB

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

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

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

R = 45.43%
G = 46.15%
B = 8.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BDC023 (or 0xBDC023) is known color: Rio Grande. HEX triplet: BD, C0 and 23. RGB value is (189,192,35). Sum of RGB (Red+Green+Blue) = 189+192+35=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC023 is #423FDC. Grayscale: #ADADAD. Windows color (decimal): -4341725 or 2343101. OLE color: 2343101.

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

Color convert

RGB 189 192 35 -
CMYK 0.02 0 0.82 0.25
HSL 61.15º 0.69% 0.45% -
HSV(B) 61.15º 0.82% 0.75% -
XYZ 40.14 48.64 8.86 -
YUV 173.21 50.01 139.27 -
System Red Green Blue C M Y K H S L
Decimal 189 192 35 0.02 0 0.82 0.25 61.15 0.69 0.45
Hex BD C0 23 2 0 52 19 3D 45 2D
Octal 275 300 43 2 0 122 31 75 105 55
Binary 10111101 11000000 100011 10 0 1010010 11001 111101 1000101 101101

Color Harmonies of #BDC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC023

Black with #BDC023

Text Example


Text Example

White with #BDC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC023; }

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

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

background-color css

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

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

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

border-color css

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

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

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