Html Css Color HEX #BDD307 La Rioja

📋 copy color: '#BDD307'

red 189 ◦ green 211 ◦ blue 7

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

Shades of La Rioja #BDD307

Tints of La Rioja #BDD307

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.84%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 46.44%
G = 51.84%
B = 1.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#BDD307 (or 0xBDD307) is known color: La Rioja. HEX triplet: BD, D3 and 07. RGB value is (189,211,7). Sum of RGB (Red+Green+Blue) = 189+211+7=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD307 is #422CF8. Grayscale: #B5B5B5. Windows color (decimal): -4336889 or 512957. OLE color: 512957.

HSL color Cylindrical-coordinate representation of color #BDD307: hue angle of 66.47º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD307 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 7 -
CMYK 0.10 0 0.97 0.17
HSL 66.47º 0.94% 0.43% -
HSV(B) 66.47º 0.97% 0.83% -
XYZ 44.32 57.42 8.95 -
YUV 181.17 29.71 133.59 -
System Red Green Blue C M Y K H S L
Decimal 189 211 7 0.10 0 0.97 0.17 66.47 0.94 0.43
Hex BD D3 7 A 0 61 11 42 5E 2B
Octal 275 323 7 12 0 141 21 102 136 53
Binary 10111101 11010011 111 1010 0 1100001 10001 1000010 1011110 101011

Color Harmonies of #BDD307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD307

Black with #BDD307

Text Example


Text Example

White with #BDD307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD307; }

 p { color: rgb(189,211,7); }

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

background-color css

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

 a { background-color: rgb(189,211,7); }

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

border-color css

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

 span { border-color: rgb(189,211,7); }

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