Html Css Color HEX #BDC117 La Rioja

📋 copy color: '#BDC117'

red 189 ◦ green 193 ◦ blue 23

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

Shades of La Rioja #BDC117

Tints of La Rioja #BDC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.65%

 BLUE value IS 23 (9.38% from 255) = 5.68%

R = 46.67%
G = 47.65%
B = 5.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#BDC117 (or 0xBDC117) is known color: La Rioja. HEX triplet: BD, C1 and 17. RGB value is (189,193,23). Sum of RGB (Red+Green+Blue) = 189+193+23=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC117 is #423EE8. Grayscale: #ADADAD. Windows color (decimal): -4341481 or 1556925. OLE color: 1556925.

HSL color Cylindrical-coordinate representation of color #BDC117: hue angle of 61.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC117 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 23 -
CMYK 0.02 0 0.88 0.24
HSL 61.41º 0.79% 0.42% -
HSV(B) 61.41º 0.88% 0.76% -
XYZ 40.21 49.02 8.15 -
YUV 172.42 43.67 139.82 -
System Red Green Blue C M Y K H S L
Decimal 189 193 23 0.02 0 0.88 0.24 61.41 0.79 0.42
Hex BD C1 17 2 0 58 18 3D 4F 2A
Octal 275 301 27 2 0 130 30 75 117 52
Binary 10111101 11000001 10111 10 0 1011000 11000 111101 1001111 101010

Color Harmonies of #BDC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC117

Black with #BDC117

Text Example


Text Example

White with #BDC117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC117; }

 p { color: rgb(189,193,23); }

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

background-color css

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

 a { background-color: rgb(189,193,23); }

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

border-color css

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

 span { border-color: rgb(189,193,23); }

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